home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / database / brodemo.arj / INSTDEMO.TXT < prev    next >
Text File  |  1993-11-18  |  8KB  |  188 lines

  1.                                      NOTE:
  2.                                      =====
  3.           This Demo Version of BroPlus 2.41 has no feature limitations,
  4.           but will time out 5 minutes after startup. After time-out,
  5.           it can be restarted any number of times.
  6.  
  7.           This executable was built using Clipper version 5.20c. It is
  8.           a Protected Mode executable created with EXOSPACE, and has
  9.           built-in access to:
  10.  
  11.           - Clipper's NTX index files (incl. 5.2 extensions) and DBT memos
  12.             through DBFNTX driver, using standard (backwards compatible)
  13.             index locking
  14.  
  15.           - DBase III NDX index files and DBT memos through DBFNDX driver
  16.  
  17.           - DBase IV  MDX index files and DBT memos through DBFMDX driver
  18.  
  19.           - Comix's CMX/PCB index files through Loadstone's DBFCMX driver
  20.  
  21.           - FoxBase+/FoxPro IDX/CDX index files & FPT memos, including
  22.             SuccessWare's index and memo extensions, through SIx Driver -
  23.             SIXCDX flavor, using Clipper compatible Record/File locking
  24.  
  25.           - NSX index files & SMT memos, including SuccessWare's index and
  26.             memo extensions, through SIx Driver - SIXNSX flavor
  27.  
  28.           - FlexFile data using the FlexFile API interface.
  29.  
  30.           As a protected mode application, it requires a 80286 computer
  31.           or higher, with at least 2MB of RAM.
  32.  
  33.           You may use it to view/edit your own data files, or explore
  34.           the databases and supporting files included with this demo.
  35.  
  36.           For demonstration of some advanced features of BroPlus, it is
  37.           recommended that you restore the view files (*.BRO) that are part
  38.           of this demo.
  39.  
  40.  
  41.                               For a Quick Start:
  42.                               ==================
  43.  
  44.         - create a directory on your Hard Disk ( e.g. C:\BROPLUS )
  45.  
  46.         - change to the new directory 
  47.  
  48.         - copy the BroPlus Demo Disk into this directory
  49.  
  50.         - type BRODEMO on the DOS Prompt to selfextract BroPlus
  51.  
  52.         - modify your AUTOEXEC.BAT file:
  53.  
  54.                 - add the directory where BRO.EXE is located to your
  55.                   PATH statement
  56.  
  57.                 - add the following line to your AUTOEXEC.BAT file
  58.  
  59.                         SET BRO=<path name>
  60.  
  61.                   where:  <path name> == directory where Global Settings File
  62.                                          BRO.INI is saved to / restored from
  63.  
  64.                   e.g.:      SET BRO=C:\BROPLUS
  65.  
  66.         - make sure the FILES setting in your CONFIG.SYS file is high enough
  67.  
  68.         - reboot your Computer
  69.  
  70.         - type BRO on the DOS Prompt
  71.  
  72. =============================================================================
  73.  
  74.     Here are some guidelines on how to use this demo:
  75.  
  76.         Three database files are provided:
  77.  
  78.         TESTNTX.DBF - has an attached DBT file (TESTNTX.DBT), an attached
  79.                       .DBV file (TESTNTX.DBV, to store FlexFile Data), and
  80.                       3 NTX files: TESTAGE.NTX, TESTNAME.NTX, TSTSTATE.NTX.
  81.                          To successfully open this DBF, the DBFNTX driver
  82.                       must be in control. Before opening, press <F6>,
  83.                       select "Default Database Driver", choose "DBFNTX",
  84.                       select "Default Index Extension", enter ".NTX".
  85.                       Next, press <F2>, select "Database Selection",
  86.                       pick "TESTNTX.DBF".
  87.                          To open the index files, press <F3>, select
  88.                       "Index Selection", then choose any or all of the
  89.                       belonging .NTX files.
  90.  
  91.         TESTSIX.DBF - has an attached FPT file (TESTSIX.FPT), and 3
  92.                       Index files: TESTSIX.CDX (structural, compound
  93.                       index), TSTSTATE.IDX (non-compound index), and
  94.                       TSTSXRYO.IDX ("Roll Your Own" Index).
  95.                          To successfully open this DBF, the DBFSIX driver
  96.                       must be in control. Before opening, press <F6>,
  97.                       select "Default Database Driver", choose "DBFSIX",
  98.                       select "Default Index Extension", enter ".IDX".
  99.                       Next, press <F2>, select "Database Selection",
  100.                       and pick "TESTSIX.DBF".  The structural index is
  101.                       automatically opened with the database.
  102.                          To select a specific tag within the structural
  103.                       index, press <F3>, select "Tag information/selection",
  104.                       then select any of the tags in the list.
  105.                          To open any of the .IDX index files, press <F3>,
  106.                       select "Index Selection". then choose any or both
  107.                       of the available .IDX files.
  108.  
  109.         STATES.DBF  - has no attached Memo file, and can therefore be
  110.                       opened either under "DBFNTX", or under "DBFSIX".
  111.                       Depending on the controlling driver, either open
  112.                       STATES.NTX or STATES.IDX as index for this DBF.
  113.  
  114.     Restoring a view from a predefined View file:
  115.  
  116.         To restore a view, either type from the DOS command line:
  117.  
  118.                           BRO /V <view file name>
  119.  
  120.         or, from the Bro+ interface, press <F5>, then select "Restore View"
  121.         and pick one of the offerings.
  122.  
  123.         Four view files are included with this demo:
  124.  
  125.            NTXRELAT.BRO and SIXRELAT.BRO both demonstrate the relational
  126.         paradigm in a Split screen format. The child database (TESTNTX.DBF
  127.         or TESTSIX.DBF) will move in sync with movement of the record pointer
  128.         in the parent database (STATES.DBF).
  129.  
  130.            MIXRDD.BRO also uses the split screen format, to show in one
  131.         window TESTNTX.DBF (under DBFNTX control), in the other window
  132.         TESTSIX.DBF (under DBFSIX control).
  133.  
  134.            SIXRYO.BRO shows how a database (TESTSIX.DBF) can be open in
  135.         two areas at a time, by using a different Alias name for each area.
  136.         The primary area in the upper window is under control of the full
  137.         index, the secondary area has the "Roll Your Own" index open.
  138.         To add a key from the primary index to the RYO index, press
  139.         <Ctrl-Ins> from the desired record, and watch the record being
  140.         added to the Browse screen in the RYO area.
  141.         To drop a key from the RYO index, press <Tab> to select the
  142.         RYO area, and press <Ctrl-Del> on the key to be dropped.
  143.  
  144.         You can navigate through the Menu system, to explore and modify
  145.         the settings for these views, or you can create your own views
  146.         by pressing <F5> and selecting "Save current View".
  147.  
  148.                 At any time you may press <F1> to read Context sensitive
  149.         Help. As you get more familiar with BroPlus, you may start using
  150.         Hot-keys instead of going through the Menu system.
  151.  
  152.         Let me repeat: This demo let's you do everything that the
  153.         production version allows. You may create or modify databases,
  154.         create indexes, add tags to or delete tags from a CDX, etc.
  155.         It is only limited by a time-out after 5 minutes.
  156.  
  157.  
  158.     For more information, read BROGUIDE.TXT
  159.  
  160. =============================================================================
  161.  
  162.     You can contact us on CompuServe or by phone:
  163.  
  164.     SmartCode Programming     phone  818-710-9323
  165.     22323-6 Sherman Way       fax    818-710-9391
  166.     Suite 185                 BBS    818-986-5781
  167.     West Hills, CA  91303     CIS    73760,1102
  168.  
  169.  
  170.     BroPlus is also available through
  171.  
  172.     Programmer's Warehouse    phone  800-323-1809
  173.     Scottsdale, AZ  USA       fax    602-443-0659
  174.  
  175.     Aeronaut Industries,      phone  +61-2-957-3127
  176.     AUSTRALIA                 fax    +61-2-954-3049
  177.  
  178.     dc soft GmbH              phone  +49-89-7858-910
  179.     Munich, GERMANY           fax    +49-89-7858-9111
  180.  
  181.     Lemax Company, B.V.       phone  +31-20-659-8701
  182.     Amsterdam, NETHERLANDS    fax    +31-20-659-8701
  183.  
  184.     QBS Software Ltd,         phone  +44-81-994-2842
  185.     London, UNITED KINGDOM    fax    +44-81-994-3441
  186.  
  187. =============================================================================
  188.